HTTPByteBuffer

Undocumented in source.

Constructors

this
this(Alloc alloc)
Undocumented in source.
this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Aliases

BufferStore
alias BufferStore = Vector!(ubyte, Alloc)
Undocumented in source.

Functions

doFinish
void doFinish()
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
popSize
bool popSize(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
rest
void rest(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
sendData
const(ubyte)[] sendData()
Undocumented in source. Be warned that the author may not have intended to support it.
set
size_t set(size_t pos, ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
write
size_t write(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

allocator
allocator [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From HttpWriteBuffer

write
size_t write(ubyte[] data)
Undocumented in source.
set
size_t set(size_t pos, ubyte[] data)
Undocumented in source.
length
size_t length [@property getter]
Undocumented in source.
setFinalTask
void setFinalTask(AbstractTask task)
Undocumented in source. Be warned that the author may not have intended to support it.
doFinish
void doFinish()
Undocumented in source. Be warned that the author may not have intended to support it.
next
StreamWriteBuffer next()
Undocumented in source. Be warned that the author may not have intended to support it.
next
void next(StreamWriteBuffer v)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta